home *** CD-ROM | disk | FTP | other *** search
/ Champak 114 / Vol 114.iso / games / bubble_s.swf / scripts / DefineButton2_106 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2010-08-12  |  148 b   |  11 lines

  1. on(release){
  2.    if(cbBA._currentFrame == 1)
  3.    {
  4.       cbBA.gotoAndPlay("Hide");
  5.    }
  6.    else
  7.    {
  8.       cbBA.gotoAndPlay("Show");
  9.    }
  10. }
  11.